home *** CD-ROM | disk | FTP | other *** search
- These are patches for the DOOM executable. They are only correct if used
- with dmpatch.exe written by Steve Larsen. They are for the 1.2 version
- of DOOM only.
-
- For certain modifications, the new value is left up to the user. However,
- when entering these new values, attention must be paid to the correct
- endian structure for the x86 architecture. For example, to enter the
- value 12af8 at some offset, you would type:
-
- f8 2a 01
-
- This is the only way to get the correct result.
-
- Note: some modifications may crash the game or do other strange stuff,
- so beware!!!
-
-
- Offset Number of bytes to edit New value
- ------ ----------------------- ---------
-
- Health
- ------
-
- To give a certain amount of health at startup:
-
- 4c234 4 Health
-
-
- To give a certain amount of health using IDDQD:
-
- 62d3a variable (up to 4) Health
- 62d46 variable (up to 4) Health
-
- Armor
- -----
-
- To give a certain amount of armor using IDKFA:
-
- 62d87 variable (up to 4) Armor
-
- Keyboard
- --------
-
- To change the speed of turning (10 is default, smaller numbers turn
- slower)
-
- 5c74a 1 Speed
-
- To change to speed of forward/backward movement (0b is default, smaller
- numbers move slower)
-
- 5c787 1 Speed
-
- Cheats
- ------
-
- To allow the entry of cheats during multi-player games:
-
- 62ce8 2 00 00
-
- To allow the entry of cheats during NIGHTMARE mode:
-
- 62cf5 2 00 00
-